Network Device Notification Chains
publish -vs- subscribe
notifier_block 结构体
注册函数: notifier_chain_register
网络相关的 chain: inetaddr_chain , inet6addr_chain , and netdev_chain.
Notifying Events on a Chain:
函数 notifier_call_chain
该函数返回值 类型 位于 include/linux/notifier.h 文件中。
Notification Chains for the Networking Subsystems:
inetaddr_chain netdev_chain
inetaddr_chain: sends notifications about insertion/removal/change of an IPv4 address on a local interface.
netdev_chain: sends notifications about the registration status of network devices.
|
|
Common names for wrappers include [un]register_xxxnotifier, xxx[un]registernotifier, and xxx[un]register.